home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1998 April: Mac OS SDK
/
Dev.CD Apr 98 SDK1.toast
/
Development Kits (Disc 1)
/
AIAT 1.0.1
/
Examples
/
Sources
/
PowerPlantStorage
/
PowerPlantMutex.h
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-09-11
|
266 b
|
12 lines
|
[
TEXT/CWIE
]
// PowerPlantMutex.h
// Copyright: © 1994 - 1996 by Apple Computer, Inc., all rights reserved.
#pragma once
#include "IAMutex.h"
IAMutex* NewPowerPlantMutex();
// to use PowerPlant Mutexes in your IA code, do the following:
// IANewMutex = &NewPowerPlantMutex;